home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Go Ronald
/
Go Ronald Voice Interactive CD.iso
/
Data1.cab
/
_A78B221671294700924B8ABD93D36F0B
/
scripts
/
frame_7
/
DoAction.as
Wrap
Text File
|
2005-08-05
|
987b
|
44 lines
function returnToRamp()
{
fail_snd.start();
}
stop();
this.Container1.loadMovie("FailLanding.swf"," ");
goronald_mc._visible = true;
startover_mc._visible = true;
this.createEmptyMovieClip("fx_mc",this.getNextHighestDepth());
var fail_snd = new Sound("fx_mc");
fail_snd.attachSound("tryagain");
fail_snd.onSoundComplete = function()
{
removeMovieClip("fx_mc");
gotoAndStop("Ready");
play();
};
goronald_mc.onRelease = function()
{
dnaGRG_so.data.fromModule = "true";
dnaGRG_so.flush();
_root.loadNextMovie("MainMenuLauncher.swf");
};
goronald_mc.onRollOver = function()
{
this.gotoAndPlay("rollover");
};
goronald_mc.onRollOut = function()
{
this.gotoAndPlay("rollout");
};
startover_mc.onRelease = function()
{
clickSound.start();
mApplication.trace("startover = " + this);
gotoAndStop("Ready");
play();
};
startover_mc.onRollOver = function()
{
redoSound.start();
this.gotoAndPlay("rollover");
};